home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / dom / nsIDOMSVGEvent.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  2KB  |  85 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIDOMSVGEvent.idl
  3.  */
  4.  
  5. #ifndef __gen_nsIDOMSVGEvent_h__
  6. #define __gen_nsIDOMSVGEvent_h__
  7.  
  8.  
  9. #ifndef __gen_nsIDOMEvent_h__
  10. #include "nsIDOMEvent.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17.  
  18. /* starting interface:    nsIDOMSVGEvent */
  19. #define NS_IDOMSVGEVENT_IID_STR "13aed1cc-a505-45d5-bbc2-0052c6bf200f"
  20.  
  21. #define NS_IDOMSVGEVENT_IID \
  22.   {0x13aed1cc, 0xa505, 0x45d5, \
  23.     { 0xbb, 0xc2, 0x00, 0x52, 0xc6, 0xbf, 0x20, 0x0f }}
  24.  
  25. /**
  26.  * For more information on this interface please see
  27.  * http://www.w3.org/TR/SVG11/script.html#InterfaceSVGEvent
  28.  */
  29. class NS_NO_VTABLE nsIDOMSVGEvent : public nsIDOMEvent {
  30.  public: 
  31.  
  32.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMSVGEVENT_IID)
  33.  
  34. };
  35.  
  36. /* Use this macro when declaring classes that implement this interface. */
  37. #define NS_DECL_NSIDOMSVGEVENT \
  38.   /* no methods! */
  39.  
  40. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  41. #define NS_FORWARD_NSIDOMSVGEVENT(_to) \
  42.   /* no methods! */
  43.  
  44. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  45. #define NS_FORWARD_SAFE_NSIDOMSVGEVENT(_to) \
  46.   /* no methods! */
  47.  
  48. #if 0
  49. /* Use the code below as a template for the implementation class for this interface. */
  50.  
  51. /* Header file */
  52. class nsDOMSVGEvent : public nsIDOMSVGEvent
  53. {
  54. public:
  55.   NS_DECL_ISUPPORTS
  56.   NS_DECL_NSIDOMSVGEVENT
  57.  
  58.   nsDOMSVGEvent();
  59.  
  60. private:
  61.   ~nsDOMSVGEvent();
  62.  
  63. protected:
  64.   /* additional members */
  65. };
  66.  
  67. /* Implementation file */
  68. NS_IMPL_ISUPPORTS1(nsDOMSVGEvent, nsIDOMSVGEvent)
  69.  
  70. nsDOMSVGEvent::nsDOMSVGEvent()
  71. {
  72.   /* member initializers and constructor code */
  73. }
  74.  
  75. nsDOMSVGEvent::~nsDOMSVGEvent()
  76. {
  77.   /* destructor code */
  78. }
  79.  
  80. /* End of implementation class template. */
  81. #endif
  82.  
  83.  
  84. #endif /* __gen_nsIDOMSVGEvent_h__ */
  85.